-
Notifications
You must be signed in to change notification settings - Fork 7
fix(build cache): Bump dockerbuildx to 0.22.0 #21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
735bfb0 to
ff07c14
Compare
|
@gotwarlost please take a look. This fixes the actions/cache deprecation failures we are seeing in this repo https://github.com/crossplane-contrib/function-cue/actions/runs/14811864657/job/41587515863 |
1907ed8 to
92d00f5
Compare
|
seems we're also running into this same issue with download-artifact |
97674e9 to
7419c19
Compare
|
thank you @tampakrap seems like that fixed the other issue. @gotwarlost please take a look |
Signed-off-by: Bryan Nobuhara <bnobuhara@gmail.com>
Signed-off-by: Bryan Nobuhara <bnobuhara@gmail.com>
Co-authored-by: Theo Chatzimichos <tampakrap@gmail.com> Signed-off-by: Bryan Nobuhara <bnobuhara@gmail.com>
Signed-off-by: Bryan Nobuhara <bnobuhara@gmail.com>
7abeb16 to
945112c
Compare
gotwarlost
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Let's merge this since it is a prerequisite for other improvements.
What
We are also running into this issue
https://docs.docker.com/build/ci/github-actions/cache/#github-cache
Try 0.22.0 as this should fix this issue - see: docker/build-push-action#1345